projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a36855
)
Link to xaw3d if available.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 13 Jun 2007 17:33:52 +0000
(17:33 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 13 Jun 2007 17:33:52 +0000
(17:33 +0000)
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/xmenu.c
b/src/xmenu.c
index da897396d75d977695c792568a563ef4f3c92d38..6d9278e3c547af738a1f36768806327c8a414ffd 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-82,7
+82,11
@@
Boston, MA 02110-1301, USA. */
#include <X11/StringDefs.h>
#include <X11/Shell.h>
#ifdef USE_LUCID
+#ifdef HAVE_XAW3D
+#include <X11/Xaw3d/Paned.h>
+#else /* !HAVE_XAW3D */
#include <X11/Xaw/Paned.h>
+#endif /* HAVE_XAW3D */
#endif /* USE_LUCID */
#include "../lwlib/lwlib.h"
#else /* not USE_X_TOOLKIT */